func path/filepath.isLocal

2 uses

	path/filepath (current package)
		path.go#L188: 	return isLocal(path)
		path_unix.go#L11: func isLocal(path string) bool {